ChartType Enumeration
Represents a chart type.
Namespace: Independentsoft.Office.Odf.ChartsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration ChartType
| Line | 0 |
The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis.
|
| Area | 1 |
The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis.
The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
|
| Circle | 2 |
The values are displayed as pie chart.
|
| Ring | 3 |
The values are displayed as one ring in a donut chart.
|
| Scatter | 4 |
The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis.
|
| Radar | 5 |
The values are interpreted as radius-coordinates within a counter clockwise polar coordinate system.
|
| Bar | 6 |
The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis. The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
|
| Stock | 7 |
The values are interpreted together to form the opening, minimum, maximum and closing (in this order) values of a stock symbol displayed at the y scale in a Cartesian coordinate system with horizontal x-axis and vertical y-axis. If only three series are given, the values are interpreted as minimum, maximum and closing values (in this order). The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
|
| Surface | 8 |
The values are interpreted as altitudes at specific grid locations.
|
| Gantt | 9 |
The values are interpreted together to form the start and end values (in this order) in a gantt chart. Start and end values are displayed at the y-axis in a Cartesian coordinate system with horizontal x-axis and vertical y-axis. The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
|